GtkDialog: protect against show_all
authorMatthias Clasen <mclasen@redhat.com>
Mon, 28 Apr 2014 19:36:34 +0000 (15:36 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 28 Apr 2014 19:39:21 +0000 (15:39 -0400)
The real reason for the problem that the just reverted change
was supposed to address is that testfilechooser uses show_all
to tease out places where composite dialogs don't properly
protect their internals against unintended showing. Well,
lets do that, then.

gtk/resources/ui/gtkdialog.ui

index 7ea88376be99de6125ad5c1c27099a46039fc904..9c10772b3ddc27f9ad3f329e00a31513f4cc8364 100644 (file)
@@ -25,6 +25,7 @@
         <child>
           <object class="GtkBox" id="action_box">
             <property name="visible">True</property>
+            <property name="no-show-all">True</property>
             <property name="can_focus">False</property>
             <style>
               <class name="dialog-action-box"/>